Socket
Socket
Sign inDemoInstall

@progress/kendo-charts

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-charts

Kendo UI platform-independent Charts library


Version published
Weekly downloads
53K
decreased by-23.29%
Maintainers
1
Weekly downloads
 
Created
Source

Kendo UI for Angular

This package is part of the Kendo UI for Angular suite.

License

This is commercial software. To use it, you need to agree to the Telerik End User License Agreement for Kendo UI Complete. If you do not own a commercial license, this file shall be governed by the trial license terms.

All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.

Development

Running the examples

Inside the repo directory run npm ci && npm start. The demos will be available at http://localhost:3000/.

Linking the kendo-drawing package

Due to the dependency of the package to @progress/kendo-drawing, it's often necessary to make changes to both packages during development. The most convenient way to develop is using npm link. To link the packages do the following:

  1. Clone the kendo-drawing repo in the same parent directory, where kendo-charts is cloned.
  2. Navigate to the kendo-drawing directory and execute npm link.
  3. Build the package using npm run build-package.
  4. Inside the kendo-charts directory run npm i, and then npm link @progress/kendo-drawing.

Now you should be able to make changes to kendo-drawing and seeing the effects in kendo-charts. After each change in kendo-drawing you should run npm run build-package.

Keywords

FAQs

Package last updated on 06 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc